home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1993 July / InfoMagic USENET CD-ROM July 1993.ISO / sources / x / volume7 / xsel / patch1 next >
Encoding:
Internet Message Format  |  1990-05-12  |  1.6 KB

  1. Path: uunet!samsung!munnari.oz.au!metro!sunaus.oz!newstop!sun!NSFnet-Relay.AC.UK
  2. From: rlh2%ukc.ac.uk@NSFnet-Relay.AC.UK (Richard Hesketh)
  3. Newsgroups: comp.sources.x
  4. Subject: v07i035: Xselect -- set/read properties from keyboard/script, Patch1, Part01/01
  5. Message-ID: <135598@sun.Eng.Sun.COM>
  6. Date: 12 May 90 07:58:15 GMT
  7. Sender: news@sun.Eng.Sun.COM
  8. Lines: 40
  9. Approved: argv@sun.com
  10.  
  11. Submitted-by: Richard Hesketh <rlh2%ukc.ac.uk@NSFnet-Relay.AC.UK>
  12. Posting-number: Volume 7, Issue 35
  13. Archive-name: xsel/patch1
  14. Patch-To: xsel: Volume 6, Issue 79
  15.  
  16. This patch fixes a missing argument to the XCreateSimpleWindow() call
  17. Thanks to Phil Karlton <karlton@wpd.sgi.com> for spotting it.
  18.  
  19. *** xselection.c.old    Fri Apr 13 14:45:48 1990
  20. --- xselection.c    Tue Apr 24 09:03:56 1990
  21. ***************
  22. *** 186,192 ****
  23.   
  24.       /* this window never gets mapped - its simply used as an ID */
  25.       window = XCreateSimpleWindow(dpy, DefaultRootWindow(dpy),
  26. !                             0, 0, 1, 1, 0, 0);
  27.   
  28.       if (want_to_own)
  29.           /* set the selection and wait for someone to take it */
  30. --- 186,192 ----
  31.   
  32.       /* this window never gets mapped - its simply used as an ID */
  33.       window = XCreateSimpleWindow(dpy, DefaultRootWindow(dpy),
  34. !                             0, 0, 1, 1, 0, 0, 0);
  35.   
  36.       if (want_to_own)
  37.           /* set the selection and wait for someone to take it */
  38.  
  39. *** patchlevel.h.old    Tue May  1 11:51:22 1990
  40. --- patchlevel.h    Tue May  1 11:51:36 1990
  41. ***************
  42. *** 1 ****
  43. ! #define PATCHLEVEL 0
  44. --- 1 ----
  45. ! #define PATCHLEVEL 1
  46.  
  47. dan
  48. ----------------------------------------------------
  49. O'Reilly && Associates   argv@sun.com / argv@ora.com
  50. Opinions expressed reflect those of the author only.
  51.